home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19941031-19941221 / 000292_news@columbia.edu_Mon Nov 28 20:52:18 1994.msg < prev    next >
Internet Message Format  |  1995-07-31  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA09974
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 28 Nov 1994 16:52:41 -0500
  3. Received: by apakabar.cc.columbia.edu id AA09297
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 28 Nov 1994 16:52:37 -0500
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!howland.reston.ans.net!news.sprintlink.net!news.cais.com!cais.cais.com!pifer
  6. From: pifer@cais.cais.com ()
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: MS-DOS 3.1.3 problems
  9. Date: 28 Nov 1994 20:52:18 GMT
  10. Organization: Capital Area Internet Service
  11. Lines: 42
  12. Message-Id: <3bdfu2$qe6@news.cais.com>
  13. Nntp-Posting-Host: cais.com
  14. X-Newsreader: TIN [version 1.2 PL2]
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <3avsfs$iq2@news.cais.com>, pifer@cais2.cais.com () writes:
  18. >>>From: darkstar@chopin.udel.edu (Jerry Alexandratos)
  19. >>>4) Terminals and Terminalr don't exist anymore.  Check the *.upd and
  20. >>>   *.bwr files.  Their funcionality has been replace by using apc command
  21. >>>   codes.  If you look at the C-Kermit ini files, you will see a bunch
  22. >>>   of macros that use apc to send sequences down to the pc to do
  23. >>>   ``one-sided'' file transfers.
  24. >> 
  25. >> I have looked up the apc in the kermit.upd but have not come upon how to
  26. >> set it correctly on the PC side. There are examples on to do that same on
  27. >> the host side but do not relate equivalently. I also do not have .ini 
  28. >> files where they are defined. Do you have any examples of such?
  29.  
  30. >    SET TERMINAL APC ? to see the only thing one can do on the clients.
  31. > It's that simple this time. The host's APC command has the text strings
  32. > (client Kermit commands) to be executed on the client. Creative folks may
  33. > wish to invoke macros on the client, and have those macros defined on the
  34. > client rather than sending long strings from the host. 
  35. >    Joe D.
  36.  
  37. When we used V 3.11 we set up two macros for two purposes: 1) to download
  38. a file using the terminalr define and 2) to download a file and execute a 
  39. local PC application. The following two lines are out of the mskermit.ini 
  40. file:
  41.  
  42. define terminalr RECEIVE, CONNECT
  43. define terminals RECEIVE graph.dat, RUN type graph.dat | grafdraw.exe, 
  44. FINISH, CONNECT
  45.  
  46. The first define, it appears, can be easily be done by the new built-in
  47. command. However, I do not see how the second would be done.
  48.  
  49. Also, does C-Kermit V 188 contain the APC command set or will we
  50. have to get V 189?
  51.  
  52. Darren Pifer
  53. Code 431 - NAVMASSO
  54. Phone: (804) 523-8098
  55. E-mail: pifer@cais.com
  56.  
  57.  
  58.